Skip to content

Commit

Permalink
Update publish workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfordham committed May 11, 2024
1 parent 9b711d3 commit c9529ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pypi package upload
name: Build package and upload to PyPI

on:
release:
Expand All @@ -8,14 +8,14 @@ permissions:
contents: read

jobs:
deploy:
upload:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
Expand Down

0 comments on commit c9529ec

Please sign in to comment.