Skip to content

Commit f0836e2

Browse files
committed
skip auto tag for now
1 parent df3e347 commit f0836e2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,9 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- name: Build wheels
1818
uses: pypa/[email protected]
19-
2019
- uses: actions/upload-artifact@v2
2120
with:
2221
path: ./wheelhouse/*.whl
23-
- name: Tag Version
24-
id: set_tag
25-
if: matrix.platform != 'windows-latest'
26-
run: echo "FCL_VERSION=$(python -c \"exec(open('src/fcl/version.py','r').read());print(__version__)\")" >> $GITHUB_ENV
27-
- name: Tag Version Windows
28-
if: matrix.platform == 'windows-latest'
29-
run: echo "FCL_VERSION=0.6.1" >> $GITHUB_ENV
3022
- uses: xresloader/upload-to-github-release@v1
3123
env:
3224
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -35,7 +27,7 @@ jobs:
3527
overwrite: true
3628
draft: false
3729
update_latest_release: true
38-
tag_name: ${{ env.FCL_VERSION }}
30+
tag_name: 0.6.1
3931
upload_pypi:
4032
needs: [build_wheels]
4133
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)