We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11a70be + 12587e1 commit 454f9cbCopy full SHA for 454f9cb
.github/workflows/build_and_test.yml
@@ -68,10 +68,10 @@ jobs:
68
files: dist/*
69
70
- name: Publish package to PyPI
71
- if: needs.setup.outputs.is_release_build == 'true' && startsWith( matrix.p, 'manylinux' )
+ if: needs.setup.outputs.is_release_build == 'true'
72
run: |
73
- sudo pip3 install twine
74
- python3 -m twine upload --non-interactive --skip-existing dist/*
+ pip install twine
+ python -m twine upload --non-interactive --skip-existing dist/*
75
76
test:
77
needs: setup
changelog.txt
@@ -1,4 +1,4 @@
1
-Version 0.1.1rc1
+Version 0.1.1
2
- Date 2025-09-15
3
- Added CI and changelog, initial release on PyPI
4
- Update README.md
0 commit comments