We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78e260 commit a694096Copy full SHA for a694096
1 file changed
.github/workflows/python-publish.yml
@@ -15,16 +15,16 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
18
+ - name: Install the latest version of rye
19
+ uses: eifinger/setup-rye@v4.2.2
20
+
21
- name: Set up Python
22
uses: actions/setup-python@v5.1.1
23
with:
24
python-version: "3.x"
25
- - name: Install dependencies
- run: rye sync
-
26
- name: Build package
27
run: rye build
28
29
- name: Publish package
30
- uses: rye publish --token "${{ secrets.PYPI_API_TOKEN }}" --yes
+ run: rye publish --token "${{ secrets.PYPI_API_TOKEN }}" --yes
0 commit comments