Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: python-tests
on:
push:
branches: [main, py_wheel*]
release:
types: [published]

jobs:
newsynth:
Expand Down Expand Up @@ -510,21 +508,3 @@ jobs:
with:
name: pyqret
pattern: pyqret-*

release:
if: github.event_name == 'release'
needs: [merge]
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Download merged artifact
uses: actions/download-artifact@v4
with:
name: pyqret
path: dist

- name: Upload artifact to release
uses: softprops/action-gh-release@v2
with:
files: dist/*
Loading
Loading