Skip to content

Commit 85f89cc

Browse files
authored
Update build windows.yml
1 parent ee8555c commit 85f89cc

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/build windows.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ jobs:
4848
with:
4949
name: mikecore
5050
path: dist
51-
#- name: Publish to pypi
52-
# env:
53-
# TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
54-
# TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
55-
# run: |
56-
# twine upload --skip-existing dist/*
51+
52+
- name: Publish to pypi
53+
env:
54+
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
55+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
56+
run: |
57+
twine upload --skip-existing dist/*

0 commit comments

Comments
 (0)