Skip to content

Commit a75587a

Browse files
committed
disable pypi release
1 parent f83fd39 commit a75587a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name: Publish Fury
2020
on:
2121
push:
2222
tags:
23-
- 'v*'
23+
- 'disable_until_asf_pypi_account_added*'
2424

2525
jobs:
2626
release-python:
@@ -42,7 +42,7 @@ jobs:
4242
run: ./ci/run_ci.sh install_bazel
4343
- name: Update version in setup.py
4444
run: |
45-
echo "GITHUB_REF: $GITHUB_REF"
45+
echo "GITHUB_REF: $GITHUB_REF"
4646
tag=$(echo $GITHUB_REF | cut -d / -f 3)
4747
echo "tag: $tag"
4848
version=${tag:1}

0 commit comments

Comments
 (0)