Skip to content

Commit

Permalink
Try to fix release-deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbean-bremen committed Oct 9, 2022
1 parent 4e6c3e5 commit 8c8470e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
path: main

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand All @@ -27,11 +25,10 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install build
cd main
python -m build
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 8c8470e

Please sign in to comment.