Skip to content

Commit

Permalink
add back version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopesculian committed Mar 5, 2024
1 parent 0b3c12e commit 9e06042
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ jobs:
ARCHIVE_NAME: aqora-${{ matrix.platform.name }}-py${{ matrix.python_version.major }}_${{ matrix.python_version.minor }}.${{ matrix.platform.archive }}
- name: Publish GitHub release
uses: softprops/action-gh-release@v1
if: startsWith( github.ref, 'refs/tags/v' )
with:
draft: true
files: "aqora*"
# TODO add me back
# if: startsWith( github.ref, 'refs/tags/v' )

0 comments on commit 9e06042

Please sign in to comment.