Skip to content

Commit 711eda8

Browse files
committed
chore: fix github workflow
1 parent 2791968 commit 711eda8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
- name: Install wheel
1818
run: >-
1919
pip install wheel
20-
- name: Build
20+
- name: Update version
2121
run: >-
2222
python3 version.py ${{ github.ref }}
23+
- name: Build
24+
run: >-
2325
python3 setup.py sdist bdist_wheel
2426
- name: Publish distribution to PyPI
2527
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)