Remove failing ubuntu release action
Unit Testing / test (3.11) (push) Successful in 1m7s
Unit Testing / test (3.10) (push) Successful in 1m14s
Unit Testing / test (3.8) (push) Successful in 1m15s
Unit Testing / test (3.12) (push) Successful in 1m22s
Release / test (3.10) (push) Successful in 1m16s
Unit Testing / test (3.9) (push) Successful in 1m23s
Release / test (3.9) (push) Successful in 1m13s
Release / test (3.12) (push) Successful in 1m19s
Release / test (3.11) (push) Successful in 1m23s
Release / test (3.8) (push) Successful in 1m20s
Release / release (push) Successful in 8s
Release / build-ubuntu-latest (push) Successful in 14s
Release / build-windows (push) Successful in 2m27s

This commit is contained in:
2026-08-24 13:15:35 +02:00
parent 3e7efaef6b
commit 98d4e977cb
+8 -8
View File
@@ -97,14 +97,14 @@ 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: Update Release
if: ${{ (github.event_name != 'workflow_dispatch') || (contains(fromJson('["all_incl_release"]'), github.event.inputs.build-items)) }}
uses: actions/gitea-release-action@v1
with:
name: "Amor-Eos ${{ env.RELEASE_TAG }}"
tag_name: "${{ env.RELEASE_TAG }}"
files: |-
dist/amor*.tar.gz
# - 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
# with:
# name: "Amor-Eos ${{ env.RELEASE_TAG }}"
# tag_name: "${{ env.RELEASE_TAG }}"
# files: |-
# dist/amor*.tar.gz
build-windows:
needs: [release]