File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 3030 run : |
3131 uv sync --extra dev
3232
33+ - name : Modify package name for test release
34+ run : |
35+ # Create a temporary pyproject.toml with modified name
36+ sed 's/name = "temp-mail"/name = "temp-mail-io"/' pyproject.toml > pyproject.toml.tmp
37+ mv pyproject.toml.tmp pyproject.toml
38+
3339 - name : Build package
3440 run : |
3541 uv build
5359 - name : Test installation from TestPyPI
5460 run : |
5561 sleep 30 # Wait for package to be available
56- python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ temp-mail
62+ python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ temp-mail-io
5763 python -c "import tempmail; print('✓ Package installed successfully from TestPyPI')"
5864 python -c "from tempmail import TempMailClient; print('✓ TempMailClient imports successfully')"
You can’t perform that action at this time.
0 commit comments