Skip to content

Commit

Permalink
Merge pull request #475 from pepkit/khoroshevskyi-patch-1
Browse files Browse the repository at this point in the history
Update python-publish.yml
  • Loading branch information
khoroshevskyi committed Jan 17, 2024
2 parents f0c0ec9 + 5cfcaf8 commit 6913e77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-publish.yml
Expand Up @@ -8,10 +8,9 @@ on:
types: [created]

jobs:
pypi-publish:
deploy:
name: upload release to PyPI
runs-on: ubuntu-latest
name: release to PyPI
environment: release
permissions:
id-token: write
steps:
Expand All @@ -27,4 +26,5 @@ jobs:
- name: Build and publish
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 6913e77

Please sign in to comment.