Skip to content

Commit

Permalink
fix publish version
Browse files Browse the repository at this point in the history
  • Loading branch information
nmichlo committed Mar 21, 2023
1 parent 1234340 commit 8f061a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
python-version: '3.10'

- name: Update version in setup.py to ${{ env.GITHUB_REF_NAME }}
run: sed -i "s/{{VERSION_PLACEHOLDER}}/${{ env.GITHUB_REF_NAME }}/g" setup.py
- name: Update version in setup.py to ${{ github.ref_name }}
run: sed -i "s/{{VERSION_PLACEHOLDER}}/${{ github.ref_name }}/g" setup.py

- name: Install dependencies
run: |
Expand Down

0 comments on commit 8f061a8

Please sign in to comment.