Try to fix release process by waiting on first release action to conclude
Unit Testing / test (3.10) (push) Successful in 53s
Unit Testing / test (3.11) (push) Successful in 54s
Unit Testing / test (3.8) (push) Successful in 57s
Unit Testing / test (3.12) (push) Successful in 57s
Release / test (3.10) (push) Successful in 56s
Unit Testing / test (3.9) (push) Successful in 57s
Release / test (3.11) (push) Successful in 55s
Release / test (3.12) (push) Successful in 57s
Release / test (3.9) (push) Successful in 53s
Release / test (3.8) (push) Successful in 56s
Release / release (push) Successful in 9s
Release / build-ubuntu-latest (push) Failing after 46s
Release / build-windows (push) Successful in 2m31s
Unit Testing / test (3.10) (push) Successful in 53s
Unit Testing / test (3.11) (push) Successful in 54s
Unit Testing / test (3.8) (push) Successful in 57s
Unit Testing / test (3.12) (push) Successful in 57s
Release / test (3.10) (push) Successful in 56s
Unit Testing / test (3.9) (push) Successful in 57s
Release / test (3.11) (push) Successful in 55s
Release / test (3.12) (push) Successful in 57s
Release / test (3.9) (push) Successful in 53s
Release / test (3.8) (push) Successful in 56s
Release / release (push) Successful in 9s
Release / build-ubuntu-latest (push) Failing after 46s
Release / build-windows (push) Successful in 2m31s
This commit is contained in:
@@ -97,6 +97,9 @@ jobs:
|
||||
twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }} --skip-existing
|
||||
this_tag=$(python -c "import eos;print('v'+eos.__version__)")
|
||||
echo "RELEASE_TAG=$this_tag" >> $GITHUB_ENV
|
||||
- name: Sleep 30s
|
||||
run: |
|
||||
sleep 30
|
||||
- name: Update Release
|
||||
if: ${{ (github.event_name != 'workflow_dispatch') || (contains(fromJson('["all_incl_release"]'), github.event.inputs.build-items)) }}
|
||||
uses: actions/gitea-release-action@v1
|
||||
|
||||
Reference in New Issue
Block a user