Skip to content

Commit

Permalink
dev ops
Browse files Browse the repository at this point in the history
  • Loading branch information
riyadhrazzaq committed Jun 27, 2021
1 parent a613d13 commit f01c6ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries

name: Upload Python Package
name: Upload Python Package - Test PyPI

on:
release:
types: [published, prereleased, released]
types: [prereleased]

jobs:
deploy:
Expand All @@ -27,3 +27,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

0 comments on commit f01c6ca

Please sign in to comment.