Skip to content

Commit

Permalink
fix test release action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdej committed Jun 13, 2024
1 parent b756499 commit 50c7084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test-release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This workflow builds the python dist and uploads to test pypi in response to a release being created
# For more information see: https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/

name: publish release
name: publish test release

on:
release:
types: [ created ]
types: [ published ]

jobs:
build:
Expand Down

0 comments on commit 50c7084

Please sign in to comment.