Skip to content

Commit ecee898

Browse files
committed
git: Removed uploading to release and testpypi
1 parent e9f0bfb commit ecee898

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -85,42 +85,3 @@ jobs:
8585

8686
- name: Publish to PyPI
8787
uses: pypa/gh-action-pypi-publish@release/v1
88-
89-
publish-to-testpypi:
90-
name: Publish to TestPyPI
91-
needs: [build, test-package]
92-
runs-on: ubuntu-latest
93-
environment:
94-
name: testpypi
95-
url: https://test.pypi.org/p/linearator
96-
steps:
97-
- name: Download build artifacts
98-
uses: actions/download-artifact@v4
99-
with:
100-
name: python-package-distributions
101-
path: dist/
102-
103-
- name: Publish to TestPyPI
104-
uses: pypa/gh-action-pypi-publish@release/v1
105-
with:
106-
repository-url: https://test.pypi.org/legacy/
107-
# Using trusted publishing for TestPyPI too
108-
109-
create-github-release-assets:
110-
name: Upload to GitHub Release
111-
needs: [build, test-package]
112-
runs-on: ubuntu-latest
113-
steps:
114-
- name: Download build artifacts
115-
uses: actions/download-artifact@v4
116-
with:
117-
name: python-package-distributions
118-
path: dist/
119-
120-
- name: Upload to GitHub Release
121-
uses: softprops/action-gh-release@v1
122-
with:
123-
files: |
124-
dist/*.whl
125-
dist/*.tar.gz
126-
generate_release_notes: false

0 commit comments

Comments
 (0)