File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -22,22 +22,22 @@ jobs:
2222 - name : Build
2323 run : uv build
2424
25- # - name: Publish distribution 📦 to Test PyPI
26- # run: uv publish --index testpypi
27- # - name: Check test install and import
28- # run: |
29- # sleep 5 # Wait for Test Pypi to publish
30- # # Include pypi index for deps not available from test pypi...
31- # uv run \
32- # --with exchange-calendars \
33- # --refresh-package exchange-calendars \
34- # --index https://test.pypi.org/simple \
35- # --index https://pypi.org/simple \
36- # --index-strategy unsafe-best-match \
37- # --no-project \
38- # --isolated \
39- # -- \
40- # python -c 'import exchange_calendars; print(f"{exchange_calendars.__version__=}")'
25+ - name : Publish distribution 📦 to Test PyPI
26+ run : uv publish --index testpypi
27+ - name : Check test install and import
28+ run : |
29+ sleep 5 # Wait for Test Pypi to publish
30+ # Include pypi index for deps not available from test pypi...
31+ uv run \
32+ --with exchange-calendars \
33+ --refresh-package exchange-calendars \
34+ --index https://test.pypi.org/simple \
35+ --index https://pypi.org/simple \
36+ --index-strategy unsafe-best-match \
37+ --no-project \
38+ --isolated \
39+ -- \
40+ python -c 'import exchange_calendars; print(f"{exchange_calendars.__version__=}")'
4141
4242 - name : Publish distribution 📦 to PyPI
4343 run : uv publish
You can’t perform that action at this time.
0 commit comments