File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1616 - name : Prepare Python
1717 uses : actions/setup-python@v2
1818 with :
19- python-version : 3.8
19+ python-version : 3.9
2020
2121 - name : Install Dependencies
2222 run : |
2828 env :
2929 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3030 TWINE_PASSWORD : ${{ secrets.TWINE_TOKEN }}
31- run : inv distribute --tag ${GITHUB_REF#refs/*/} --no-dry-run
31+ run : inv distribute --tag v$(python setup.py --version 2> /dev/null) --no-dry-run
Original file line number Diff line number Diff line change 1616 - name : Prepare Python
1717 uses : actions/setup-python@v2
1818 with :
19- python-version : 3.8
19+ python-version : 3.9
2020
2121 - name : Install Dependencies
2222 run : |
Original file line number Diff line number Diff line change 1616 - name : Prepare Python
1717 uses : actions/setup-python@v2
1818 with :
19- python-version : 3.8
19+ python-version : 3.9
2020
2121 - name : Install Dependencies
2222 run : |
Original file line number Diff line number Diff line change 1+ # v2.2.0
2+
3+ * Fixes distribute workflow
You can’t perform that action at this time.
0 commit comments