File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Publish To PyPI
3
3
on :
4
4
push :
5
5
branches : ['main']
6
-
6
+
7
7
jobs :
8
8
build-publish :
9
9
runs-on : ubuntu-latest
@@ -12,14 +12,14 @@ jobs:
12
12
- uses : actions/checkout@v2
13
13
14
14
- name : Set environnment package version from commit
15
- run : echo "PACKAGE_VERSION=v0.0.0- $(date +%Y%m%d)- ${{ github.sha }}" >> $GITHUB_ENV # use same convention as Go bindings
16
-
15
+ run : echo "PACKAGE_VERSION=v0.2. $(date +%Y%m%d). ${{ github.sha }}" >> $GITHUB_ENV # use same convention as Go bindings
16
+
17
17
- name : Set up Python 3.12
18
18
uses : actions/setup-python@v3
19
19
with :
20
20
python-version : " 3.12"
21
21
22
- - name : Install dependencies
22
+ - name : Install dependencies
23
23
run : pip install build twine
24
24
25
25
- name : Build wheel
You can’t perform that action at this time.
0 commit comments