Skip to content

Commit

Permalink
Update build windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller authored May 26, 2021
1 parent ee8555c commit 85f89cc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ jobs:
with:
name: mikecore
path: dist
#- name: Publish to pypi
# env:
# TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
# TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
# run: |
# twine upload --skip-existing dist/*

- name: Publish to pypi
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
twine upload --skip-existing dist/*

0 comments on commit 85f89cc

Please sign in to comment.