Skip to content

Commit

Permalink
Fix test release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
aebrahim committed Sep 7, 2023
1 parent 2a9a327 commit 9a0759e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: -1
fetch-tags: true
- uses: actions/setup-python@v4
with:
python-version: 3.11
Expand All @@ -25,7 +28,7 @@ jobs:
needs: [build_wheel]
runs-on: ubuntu-latest
environment:
name: pypi
name: pypi-test
url: https://pypi.org/p/once-py
permissions:
id-token: write
Expand Down

0 comments on commit 9a0759e

Please sign in to comment.