Skip to content

Commit

Permalink
make build work
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed Feb 7, 2023
1 parent b5145f2 commit 29cbc4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Publish
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
FLIT_INDEX_URL: https://upload.pypi.org/legacy/
FLIT_USERNAME: ${{ secrets.PYPI_USERNAME }}
FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: flit publish

0 comments on commit 29cbc4d

Please sign in to comment.