Skip to content
Snippets Groups Projects
Commit 9afe72e0 authored by Benoît Coste's avatar Benoît Coste
Browse files

Replace test pypi by real pypi

parent 4be0a206
No related branches found
Tags v1.1.7
No related merge requests found
name: Publish Python on TestPyPi
name: Publish Python on PyPi
on:
push:
......@@ -7,7 +7,7 @@ on:
jobs:
build-n-publish:
name: Build and publish on TestPyPI
name: Build and publish on PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
......@@ -19,9 +19,8 @@ jobs:
run:
python setup.py sdist
- name: Publish distribution package to Test PyPI
- name: Publish distribution package to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.TEST_PYPI_PASSWORD }}
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_PASSWORD }}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment