Skip to content

Commit

Permalink
Merge pull request #28 from ECCCO-mission/jmbhughes-patch-1
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
jmbhughes authored Mar 25, 2024
2 parents 8f8a067 + 24cb09e commit cf5968c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ permissions:

jobs:
deploy:

runs-on: ubuntu-latest

permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand All @@ -33,7 +33,4 @@ jobs:
- name: Build package
run: python -m build -s
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit cf5968c

Please sign in to comment.