Skip to content

Commit

Permalink
Merge pull request #8 from dan-smalley/update-package-upload-workflow
Browse files Browse the repository at this point in the history
Update package upload workflow
  • Loading branch information
dan-smalley authored May 28, 2024
2 parents 2fc9734 + c81dcd6 commit 4e860df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# To get a newer version, you will need to update the SHA.
# You can also reference a tag or branch, but the action may change without warning.

name: TestPyPI Package Upload
name: PyPI Package Upload

on:
release:
Expand All @@ -17,7 +17,7 @@ jobs:
testpypi_upload:
runs-on: ubuntu-latest
environment:
name: testpypi
name: Dev
permissions:
id-token: write
steps:
Expand Down

0 comments on commit 4e860df

Please sign in to comment.