We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc2151 commit dce5f7dCopy full SHA for dce5f7d
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: release
3
on:
4
push:
5
branches:
6
- - deploy
+ - master
7
tags-ignore:
8
- v*
9
pyslink.py
@@ -4,7 +4,7 @@
import sys
from distutils.sysconfig import get_python_lib
-__version__ = "0.2.0"
+__version__ = "0.3.0"
10
def sh(command, cwd=None):
0 commit comments