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.
2 parents 45e169a + 906178d commit a6c770eCopy full SHA for a6c770e
1 file changed
.github/workflows/release.yml
@@ -49,30 +49,10 @@ jobs:
49
./dist/*.whl
50
./dist/*.tar.gz
51
52
- release_test:
53
- name: Release to Test PyPI
54
- needs: build
55
- environment: release_test
56
- runs-on: ubuntu-latest
57
- permissions:
58
- id-token: write
59
-
60
- steps:
61
- - name: Download sdist and wheel
62
- uses: actions/download-artifact@v7
63
- with:
64
- name: citeable-wheel-sdist
65
- path: ./dist
66
67
- - name: Publish package distributions to Test PyPI
68
- uses: pypa/gh-action-pypi-publish@release/v1
69
70
- repository-url: https://test.pypi.org/legacy/
71
72
release:
73
name: Release to PyPI
74
- needs: release_test
75
- environment: release
+ needs: build
+ environment: pypi
76
runs-on: ubuntu-latest
77
permissions:
78
id-token: write
0 commit comments