Skip to content

Commit

Permalink
Use pypa/gh-action-pypi-publish action instead of etils-actions/pypi-…
Browse files Browse the repository at this point in the history
…auto-publish@v1
  • Loading branch information
thequilo committed Jan 25, 2023
1 parent 42822ed commit f7311fc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
- name: Build
run: >-
python -m build --sdist --wheel --outdir dist/ .
- uses: etils-actions/pypi-auto-publish@v1
- uses: pypa/gh-action-pypi-publish@release/v1
with:
pypi-token: ${{ secrets.PYPI_API_TOKEN }}
gh-token: ${{ secrets.GITHUB_TOKEN }}
parse-changelog: false # requires CHANGELOG.md in appropriate format
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit f7311fc

Please sign in to comment.