Skip to content

Commit 41841ae

Browse files
committed
Enable push to pypi
1 parent cf3e978 commit 41841ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
generateReleaseNotes: true
7272
tag: ${{ steps.version.outputs.version }}
7373

74-
# - name: Publish Package
75-
# env:
76-
# PYPI_TOKEN: ${{ secrets.PYPI_KEY }}
77-
# run: |
78-
# poetry config pypi-token.pypi $PYPI_TOKEN
79-
# poetry publish
74+
- name: Publish Package
75+
env:
76+
PYPI_TOKEN: ${{ secrets.PYPI_KEY }}
77+
run: |
78+
poetry config pypi-token.pypi $PYPI_TOKEN
79+
poetry publish

0 commit comments

Comments
 (0)