We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffebea commit bfd7c33Copy full SHA for bfd7c33
.github/workflows/python-publish.yml
@@ -34,7 +34,6 @@ jobs:
34
cache-dependency-glob: uv.lock
35
36
- name: Update version in pyproject.toml
37
- id: update_version
38
run: |
39
echo "Updating version in pyproject.toml"
40
LAST_RELEASE=$(pip index \
@@ -46,7 +45,6 @@ jobs:
46
45
if: github.event_name == 'pull_request'
47
48
49
50
51
52
TAG_NAME=${GITHUB_REF##*/} # Get the tag name from GITHUB_REF
0 commit comments