Skip to content

Commit

Permalink
Adds pypi-publish GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed May 8, 2020
1 parent 4e3b460 commit f976f61
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- name: pypi-publish
uses: pypa/[email protected]
with:
# PyPI user
user: ${{ secrets.PYPI_USERS}}
# Password for your PyPI user or an access token
password: ${{ secrets.PYPI_PASSWORD}}
# The repository URL to use
repository_url: # optional
# The target directory for distribution
packages_dir: # optional, default is dist

0 comments on commit f976f61

Please sign in to comment.