Skip to content

Commit

Permalink
Fix Test PyPI trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
gmontamat committed Sep 5, 2024
1 parent 8048102 commit 950634f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/generate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
with:
config-name: release-drafter.yml
version: ${{ steps.get_version.outputs.version }}
publish: false

- name: Create and Upload Release
id: create_release
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-test-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "Publish to Test PyPI"

on:
release:
types: [created]
push:
tags:
- '*'

jobs:
publish:
if: github.event.release.draft == true
name: Publish to Test PyPI
runs-on: ubuntu-latest

Expand Down

0 comments on commit 950634f

Please sign in to comment.