Skip to content

Commit bc27d79

Browse files
committed
tmp: remove publish check
1 parent 4fcc080 commit bc27d79

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
7171
publish-to-pypi:
7272
name: Publish Python distribution to PyPI
73-
if: startsWith(github.ref, 'refs/tags/v') # only publish to PyPI on tag pushes
7473
needs:
7574
- build
7675
runs-on: ubuntu-latest
@@ -90,7 +89,7 @@ jobs:
9089
- name: Extract tag
9190
id: tag
9291
run: |
93-
TAG=${GITHUB_REF#refs/tags/v}
92+
TAG=2.1.3
9493
echo "tag=$TAG" >> $GITHUB_OUTPUT
9594
9695
- name: Read VERSION_NAME from dist/

0 commit comments

Comments
 (0)