Skip to content

Commit

Permalink
Merge pull request #301 from peopledoc/github-actions
Browse files Browse the repository at this point in the history
Fix deployment in CI
  • Loading branch information
thomasperrot committed Aug 25, 2020
2 parents 6ad7f04 + 7693656 commit 92f0fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Build the wheel
run: python setup.py sdist bdist_wheel
- name: Publish to PyPI
uses: pypa/gh-actions-pypi-publish@master
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 92f0fa6

Please sign in to comment.