Core functionality for the Wildcard ecosystem.
Project description
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/* -
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wildcard_core-0.1.7.tar.gz
(362.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
wildcard_core-0.1.7-py3-none-any.whl
(343.3 kB
view details)
File details
Details for the file wildcard_core-0.1.7.tar.gz.
File metadata
- Download URL: wildcard_core-0.1.7.tar.gz
- Upload date:
- Size: 362.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.13.1 Darwin/24.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92e6c5c8f3f6c9917dfc9a932cc92aaa316c3539890819b55b9324e501d632e5
|
|
| MD5 |
1d232f9bf0c3314eae3fc7b04a1a8d2b
|
|
| BLAKE2b-256 |
d7f3463ed5280383fb038a5bb097054da5198152bae75adf8ca5cf66360d2e0c
|
File details
Details for the file wildcard_core-0.1.7-py3-none-any.whl.
File metadata
- Download URL: wildcard_core-0.1.7-py3-none-any.whl
- Upload date:
- Size: 343.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.13.1 Darwin/24.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a6ec6a9bcf2aaf52e393af0c27af24fa9548b76f3f93de58704b4dee678ae90
|
|
| MD5 |
5da5ef4109befd91806d5fd62a7494d1
|
|
| BLAKE2b-256 |
76a7d1bc4e99f8b45a855176f4e4183a4b13c67eff0c499be76d7ade76998eac
|