Skip to content

Commit

Permalink
Uncomment publish step now we've tested
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyChris committed Jun 3, 2024
1 parent 9501989 commit 05ec5b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
pypi-publish:
name: upload release to PyPI
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
steps:
Expand All @@ -21,5 +22,5 @@ jobs:
python -m pip install -e .[deploy]
- name: Ensure we're on a release version
run: python -m includecontents.next_version
# - name: Upload
# run: pdm publish
- name: Upload
run: pdm publish

0 comments on commit 05ec5b7

Please sign in to comment.