Skip to content

Commit 78b499c

Browse files
committed
testing
1 parent eeec7eb commit 78b499c

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/release-to-pypi.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ jobs:
4040
4141
- name: Build package
4242
run: bash utils/build_package.sh
43-
- name: Publish to TestPyPI
44-
uses: pypa/gh-action-pypi-publish@release/v1
45-
with:
46-
repository-url: https://test.pypi.org/legacy/
47-
packages-dir: dist/
43+
44+
# - name: Publish to TestPyPI
45+
# uses: pypa/gh-action-pypi-publish@release/v1
46+
# with:
47+
# repository-url: https://test.pypi.org/legacy/
48+
# packages-dir: dist/
4849

4950
- name: Publish to PyPI
5051
uses: pypa/gh-action-pypi-publish@release/v1

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,3 @@ Follow the documentation [here](./universalpython/languages/README.md) to add a
9292
<a href="https://github.com/UniversalPython/UniversalPython/graphs/contributors">
9393
<img src="https://contrib.rocks/image?repo=UniversalPython/UniversalPython" />
9494
</a>
95-
96-
## Testing

0 commit comments

Comments
 (0)