File tree Expand file tree Collapse file tree 2 files changed +17
-16
lines changed
Expand file tree Collapse file tree 2 files changed +17
-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
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ documentation = "https://github.com/gerrymanoim/exchange_calendars/tree/master/d
7373"Source Code" = " https://github.com/gerrymanoim/exchange_calendars"
7474
7575[tool .uv ]
76+ trusted-publishing = " always"
7677conflicts = [
7778 [
7879 { group = " test_min" },
You can’t perform that action at this time.
0 commit comments