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 df3e347 commit f0836e2Copy full SHA for f0836e2
.github/workflows/release.yml
@@ -16,17 +16,9 @@ jobs:
16
- uses: actions/checkout@v2
17
- name: Build wheels
18
uses: pypa/[email protected]
19
-
20
- uses: actions/upload-artifact@v2
21
with:
22
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
30
- uses: xresloader/upload-to-github-release@v1
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -35,7 +27,7 @@ jobs:
35
overwrite: true
36
draft: false
37
update_latest_release: true
38
- tag_name: ${{ env.FCL_VERSION }}
+ tag_name: 0.6.1
39
upload_pypi:
40
needs: [build_wheels]
41
33
runs-on: ubuntu-latest
0 commit comments