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
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
File details
Details for the file wildcard_core-0.1.6.tar.gz.
File metadata
- Download URL: wildcard_core-0.1.6.tar.gz
- Upload date:
- Size: 362.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.4 Darwin/23.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5eef6ad1817ec822682f9041ae54ffc7f6e1aa85814d3d02c720a34d3bfa6b29
|
|
| MD5 |
4ef06444442d7891c933e7deccca84e1
|
|
| BLAKE2b-256 |
1c2e6fd98db03fdf86bbea6c6771cd5c85c04601a824971909feb7a70ab8bed8
|
File details
Details for the file wildcard_core-0.1.6-py3-none-any.whl.
File metadata
- Download URL: wildcard_core-0.1.6-py3-none-any.whl
- Upload date:
- Size: 343.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.4 Darwin/23.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6088967ddf97be060bdfbdb100133cd4b91e4633adc77cd78922e3f7fe921c9
|
|
| MD5 |
98f5a44f1026a7b76ee97d0c2a135f76
|
|
| BLAKE2b-256 |
5833c3658fbb93a780f85b6dcac036f7d652e4e3d41b6ea44e6d965fe4a0b695
|