Skip to content

Commit

Permalink
removed useless step
Browse files Browse the repository at this point in the history
  • Loading branch information
tsebastiani committed May 3, 2024
1 parent 3802c68 commit 6891047
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Update version number
if: startsWith(github.ref, 'refs/tags/')
run: |
sed -i -e "s/0.0.0/${GITHUB_REF##*/}/" pyproject.toml
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 6891047

Please sign in to comment.