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.
1 parent 7d2d4ec commit af017c5Copy full SHA for af017c5
.github/workflows/publish.yml
@@ -27,10 +27,6 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip
29
pip install build
30
- - name: Update version number
31
- run: |
32
- VERSION="${{ inputs.version || github.ref_name }}"
33
- sed -i "s/version = \".*\"/version = \"$VERSION\"/" pyproject.toml
34
- name: Build package
35
run: python -m build
36
- name: Publish to PyPI
0 commit comments