Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
lanpa committed Jul 30, 2023
1 parent 3fe5f73 commit 6bd3cc8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
with:
python-version: 3.9

- name: Get tags
run: git fetch --tags origin
- name: Get tags and checkout target version
run: |
git fetch --tags origin
git checkout ${{ github.event.inputs.publish_version }}
- name: Install pypa/build
run: >-
Expand Down

0 comments on commit 6bd3cc8

Please sign in to comment.