Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
cicorias committed Mar 7, 2021
1 parent d027ad6 commit 2d42e08
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# 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

on:
Expand Down Expand Up @@ -32,9 +29,6 @@ jobs:
path: dist/

- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m poetry build
python -m poetry publish --username ${{ secrets.PYPI_USERNAME }} --password "${{ secrets.PYPI_PASSWORD }}"
Expand Down

0 comments on commit 2d42e08

Please sign in to comment.