Skip to content

Commit

Permalink
Merge pull request gee-community#62 from giswqs/giswqs/issue61
Browse files Browse the repository at this point in the history
Adds pypi-publish GitHub Action
  • Loading branch information
giswqs authored May 8, 2020
2 parents 4e3b460 + f976f61 commit 94cc524
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 94cc524

Please sign in to comment.