Skip to content

Commit 6abc8be

Browse files
authored
release.yaml: remove repo url and pin rye version (#10)
1 parent 231fe52 commit 6abc8be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ jobs:
1818
- uses: eifinger/setup-rye@v1
1919
with:
2020
enable-cache: true
21+
version: '0.19.0'
2122
- name: build
2223
run: |
2324
rye build --wheel
2425
- name: Publish package distributions to PyPI
2526
uses: pypa/gh-action-pypi-publish@release/v1
26-
with:
27-
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)