Skip to content

Commit 045ffe6

Browse files
committed
debug: source is needed
1 parent 123d1c2 commit 045ffe6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- run: curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash
15-
- run: rye build --sdist
16-
- run: rye publish --yes --token "${{ secrets.PYPI_TOKEN }}"
15+
- run: |
16+
source $HOME/.rye/env
17+
rye build --sdist
18+
rye publish --yes --token "${{ secrets.PYPI_TOKEN }}"

0 commit comments

Comments
 (0)