We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fef188 commit 88c5292Copy full SHA for 88c5292
.github/workflows/ci.yaml
@@ -141,11 +141,6 @@ jobs:
141
- name: Build project
142
run: |
143
python3 -m build .
144
- - name: Publish to test pypi
145
- uses: pypa/gh-action-pypi-publish@release/v1
146
- with:
147
- repository-url: https://test.pypi.org/legacy/
148
- attestations: false
149
- name: Publish to pypi
150
uses: pypa/gh-action-pypi-publish@release/v1
151
with:
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [unreleased]
4
5
+- Releases are no longer uploaded to test version of PyPi.
6
+
7
## [3.5.0-post1]
8
9
- Migrated documentation to Read the Docs.
0 commit comments