Skip to content

Commit

Permalink
Merge branch 'main' of github.com:radumarias/rencrypt-python
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jun 1, 2024
2 parents eb9c6fb + 2cd97f2 commit 11b48a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,14 @@ jobs:
steps:
- uses: actions/download-artifact@v4
- name: Setup pcredentials
env:
MATURIN_PYPI_TOKEN: ${{ secrets.MATURIN_PYPI_TOKEN }}
run: |
echo $MATURIN_PYPI_TOKEN
echo "[pypi]
username = __token__
password = ${MATURIN_PYPI_TOKEN}" > $HOME/.pypirc
password = $MATURIN_PYPI_TOKEN" > $HOME/.pypirc
cat $HOME/.pypirc
env:
MATURIN_PYPI_TOKEN: ${{ secrets.MATURIN_PYPI_TOKEN }}
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
Expand Down

0 comments on commit 11b48a6

Please sign in to comment.