Skip to content

Commit

Permalink
No need for extra step
Browse files Browse the repository at this point in the history
  • Loading branch information
fnberta committed Oct 26, 2023
1 parent 5065034 commit 0989565
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
- name: Pick version tag
id: pick-version
run: |
VERSION=${{ inputs.version }}
echo "New release version is $VERSION"
echo "{version}={$VERSION}" >> $GITHUB_OUTPUT
- name: Add version tag
env:
VERSION: ${{ steps.pick-version.outputs.version }}
VERSION: ${{ inputs.version }}
run: git tag v$VERSION
- name: Build new package
run: tox run -e build
Expand Down

0 comments on commit 0989565

Please sign in to comment.