Skip to content

Commit

Permalink
fix: error in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Dec 16, 2023
1 parent 113eada commit 6e3ac11
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,23 +93,14 @@ jobs:
pip install \
--index-url https://test.pypi.org/simple/ \
--extra-index-url https://pypi.org/simple \
pycounts
nbiatoolkit
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
user: jjjermiah
password: ${{ secrets.PYPI_API_TOKEN }}


- name: Publish package
uses: pypa/gh-action-pypi-publish@27a0a2a
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
repository_url: https://upload.pypi.org/legacy/
build_dir: ./dist

- name: Publish documentation
uses: maxheld83/ghpages@v0.2.1
with:
Expand Down

0 comments on commit 6e3ac11

Please sign in to comment.