Skip to content

Commit

Permalink
Repaired PyPi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WibblyGhost authored Oct 30, 2022
1 parent 7e9adc7 commit a186dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Tag Version File
run: |
git fetch --tags -f
echo VERSION = "'$(git describe --tags)'" > __version__.py
echo VERSION = "'$(git describe --tags)'" > src/__version__.py
- name: Build package
run: python setup.py sdist
Expand All @@ -135,4 +135,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit a186dde

Please sign in to comment.