Skip to content

Commit

Permalink
Update publish-commits-to-pypi-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
menckend authored Oct 24, 2024
1 parent 1102869 commit 6b97111
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-commits-to-pypi-test.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Publish to test.pypi

on:
release:
types: ['published']
push
jobs:
build:
if: contains(github.ref, '/tags/') && contains(github.ref_name, 'test')
if: contains(github.ref, '/tags/') && contains(github.ref_name, 't')
environment:
name: testpypi
url: https://test.pypi.org/p/dcnodatg
Expand Down

0 comments on commit 6b97111

Please sign in to comment.