Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into last_changes_for_plasmapy_removal
Browse files Browse the repository at this point in the history
  • Loading branch information
rocco8773 committed Apr 25, 2024
2 parents 9cb97a6 + 1a476ef commit 6fe88c5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ jobs:
deploy:
runs-on: ubuntu-latest

environment:
name: pypi
url: https://pypi.org/p/plasmapy-sphinx

permissions:
id-token: write

steps:

- name: Checkout code
Expand All @@ -31,7 +38,4 @@ jobs:
run: python -m build

- name: Upload package to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
uses: pypa/gh-action-pypi-publish@v1

0 comments on commit 6fe88c5

Please sign in to comment.