Wilcard Core Package
Build new version of package:
- Modify
pyproject.tomlwith new version number - Generate poetry lock file
poetry lock
- Build and publish package to test PyPI
poetry publish --build -r test-pypi
Troubleshooting:
-
RuntimeError: Repository test.pypi is not defined
- Add repository to poetry config
poetry config repositories.test-pypi https://test.pypi.org/legacy/- Create new token at https://test.pypi.org/manage/account/token/
- Add token to poetry config
poetry config pypi-token.test-pypi <your-token> -
poetry.publishing.uploader.UploadError: HTTP Error 400: File already exists
-
Check you've updated the version number in
pyproject.toml -
Try publishing again
poetry publish --build -r test-pypi- If the error persists, clear the existing package files and try again.
rm -rf dist/* -
Release files for wildcard-core 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wildcard_core-0.1.7.tar.gz | 362.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wildcard_core-0.1.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 705.9 kB
Release files / wildcard_core-0.1.7.tar.gz
| Download URL | wildcard_core-0.1.7.tar.gz |
|---|---|
| Size | 362.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
92e6c5c8f3f6c9917dfc9a932cc92aaa316c3539890819b55b9324e501d632e5
|
|
BLAKE2b-256 checksum How to use checksums |
d7f3463ed5280383fb038a5bb097054da5198152bae75adf8ca5cf66360d2e0c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.5 CPython/3.13.1 Darwin/24.0.0
|
Release files / wildcard_core-0.1.7-py3-none-any.whl
| Download URL | wildcard_core-0.1.7-py3-none-any.whl |
|---|---|
| Size | 343.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8a6ec6a9bcf2aaf52e393af0c27af24fa9548b76f3f93de58704b4dee678ae90
|
|
BLAKE2b-256 checksum How to use checksums |
76a7d1bc4e99f8b45a855176f4e4183a4b13c67eff0c499be76d7ade76998eac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.5 CPython/3.13.1 Darwin/24.0.0
|