Skip to content

Commit

Permalink
skip auto tag for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Sep 9, 2021
1 parent df3e347 commit f0836e2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,9 @@ jobs:
- uses: actions/checkout@v2
- name: Build wheels
uses: pypa/[email protected]

- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl
- name: Tag Version
id: set_tag
if: matrix.platform != 'windows-latest'
run: echo "FCL_VERSION=$(python -c \"exec(open('src/fcl/version.py','r').read());print(__version__)\")" >> $GITHUB_ENV
- name: Tag Version Windows
if: matrix.platform == 'windows-latest'
run: echo "FCL_VERSION=0.6.1" >> $GITHUB_ENV
- uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -35,7 +27,7 @@ jobs:
overwrite: true
draft: false
update_latest_release: true
tag_name: ${{ env.FCL_VERSION }}
tag_name: 0.6.1
upload_pypi:
needs: [build_wheels]
runs-on: ubuntu-latest
Expand Down

0 comments on commit f0836e2

Please sign in to comment.