Skip to content

Commit 14061aa

Browse files
committed
rename pypi uploading workflow, do uploads to test.pypi on each merge for now
1 parent 78afe4e commit 14061aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests+artifacts.yml renamed to .github/workflows/tests+artifacts+pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: tests+artifacts
1+
name: tests+artifacts+pypi
22

33
defaults:
44
run:
@@ -87,7 +87,7 @@ jobs:
8787

8888
dist_upload:
8989
runs-on: ubuntu-latest
90-
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
90+
if: ${{ github.ref == 'refs/heads/main' }}
9191
needs: [dist_check]
9292
steps:
9393
- uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)