Skip to content

Commit

Permalink
remove API token explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed May 5, 2023
1 parent 6173e90 commit b3bb472
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Release a new version

Leveraging GitHub Workflows, maintainers can release new versions of Birdy automatically:

* Within the repository secrets, set two API tokens (`PYPI_API_TOKEN` and `TEST_PYPI_API_TOKEN`) with push access to Birdy on PyPI and TestPyPI, respectively.
* Ensure that the changelog and version on the main development branch have been updated to reflect the new version.
* Create a tag (`vX.Y.Z`) of the main development branch and push to the GitHub repository.
* This will trigger a workflow that will attempt to build Birdy and publish it to TestPyPI.
Expand Down

0 comments on commit b3bb472

Please sign in to comment.