Skip to content

Commit

Permalink
ci: disable auto-publish to pypi (#390)
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal authored Aug 31, 2023
1 parent 8aa26ed commit 01e800e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,6 @@ jobs:
with:
name: pypi-packages
path: dist/
pypi:
needs: ["source-wheel"]
runs-on: ubuntu-latest
steps:
- name: Get packages
uses: actions/download-artifact@v3
with:
name: pypi-packages
path: dist/
- name: Publish to pypi
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
github-release:
needs: ["source-wheel"]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 01e800e

Please sign in to comment.