Skip to content

Commit

Permalink
Enable GHA PyPi publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJaume authored Mar 14, 2023
1 parent c34772a commit 843ba5f
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,16 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.x'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
- name: Publish to Test PyPy

- name: Publish package
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.PYPI_TEST_JZARAGOZA }}
repository_url: https://test.pypi.org/legacy/

# - name: Publish package
# uses: pypa/[email protected]
# with:
# user: __token__
# password: ${{ secrets.PYPI_BIFIXER }}
password: ${{ secrets.PYPI_BICLEANER_AI }}

0 comments on commit 843ba5f

Please sign in to comment.