Skip to content

Commit

Permalink
Update publish_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david-liblab authored Mar 27, 2024
1 parent 49bbe39 commit 52781db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: publish-pypi

on:
push:
branches:
- master
release:
types: [published]

jobs:
build:
Expand All @@ -18,4 +17,4 @@ jobs:
python_version: '3.6.0'
env:
TWINE_PASSWORD: ${{ secrets.DMUSR_PASSWORD }}
TWINE_USERNAME: ${{ secrets.DMUSR_USERNAME }}
TWINE_USERNAME: ${{ secrets.DMUSR_USERNAME }}

0 comments on commit 52781db

Please sign in to comment.