Skip to content

Commit

Permalink
[fix]: Fixing errors in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed Apr 26, 2021
1 parent 91c0ab2 commit bfdcbf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
name: Install Python
with:
python-version: ${{ matrix.python-version }}
python-version: "3.8"

- name: Build sdist
run: pip install numpy && python setup.py sdist
Expand All @@ -67,6 +67,6 @@ jobs:

- uses: pypa/gh-action-pypi-publish@master
with:
user: ${{ secrets.pypi_userna }}
user: ${{ secrets.pypi_username }}
password: ${{ secrets.pypi_password }}
# To test: repository_url: https://test.pypi.org/legacy/

0 comments on commit bfdcbf8

Please sign in to comment.