Skip to content

Commit dd66352

Browse files
authored
Update python-publish.yml
1 parent c741836 commit dd66352

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@ jobs:
3737
- name: Publish package
3838
id: publish
3939
uses: pypa/gh-action-pypi-publish@release/v1
40-
with:
41-
password: ${{ secrets.PYPI_TOKEN }}
42-
40+
4341
- name: Create GitHub release
44-
if: steps.publish.outputs.published == 'true'
4542
uses: actions/create-release@v1
4643
with:
4744
tag_name: ${{ github.ref }}

0 commit comments

Comments
 (0)