A library for executing workflow nodes based on Actfile configuration
Project description
act-workflow
A library for executing workflow nodes based on Actfile configuration.
Installation
pip install act-workflow
The error message indicates that you're trying to upload a file that already exists on TestPyPI. This is happening because you've already uploaded version 4.7.1 of your package. Let's fix this and upload the new version:
1. Clean up your dist directory:
rm -rf dist/*
2. Update your package version in `setup.py`. Find the line with `version=get_version()` and update it to a new version, for example:
```python
version='4.7.3', # or use get_version() if it returns a new version
-
Rebuild your distribution:
python setup.py sdist bdist_wheel -
Now, try uploading again:
twine upload -r testpypi --config-file /Users/taj/.pypirc dist/* --verbose -
If you're still having issues, try uploading only the new version:
twine upload -r testpypi --config-file /Users/taj/.pypirc dist/act_workflow-4.7.3* --verbose(Replace 4.7.3 with whatever new version number you've chosen)
-
If you're getting authentication errors, double-check your
.pypircfile:cat /Users/taj/.pypircEnsure it looks like this (with your actual token):
[testpypi] repository = https://test.pypi.org/legacy/ username = __token__ password = pypi-YOUR_TESTPYPI_TOKEN_HERE
-
If you're still having issues, try setting the credentials via environment variables:
export TWINE_USERNAME=__token__ export TWINE_PASSWORD=your_testpypi_token_here twine upload --repository testpypi dist/* --verbose -
Make sure you have the latest versions of setuptools, wheel, and twine:
pip install --upgrade setuptools wheel twine
Remember, you can't upload the same version twice to PyPI or TestPyPI. Always increment your version number when you make changes and want to upload a new version.
If you're still encountering issues after trying these steps, please provide the new error message or output, and I'll be happy to help further.
Project details
Release history Release notifications | RSS feed
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 act_workflow-4.8.83.tar.gz.
File metadata
- Download URL: act_workflow-4.8.83.tar.gz
- Upload date:
- Size: 31.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33616407bf6c4ff2be00fbbb7d3ea943d6c8b8ac61a5be01a556c3c0e9aa9a03
|
|
| MD5 |
c6cb25ed2dd5ec72e6d3e6afa711e7fa
|
|
| BLAKE2b-256 |
0518602b43ce0ea314ee1f00ccc6c9731051160d8a3c645bb924890867358d47
|
File details
Details for the file act_workflow-4.8.83-py3-none-any.whl.
File metadata
- Download URL: act_workflow-4.8.83-py3-none-any.whl
- Upload date:
- Size: 39.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a98a848fcb3c52afb57c623f23b7df5094fe7fba56daab0082e3cd911d48c6ac
|
|
| MD5 |
d2fb39529e0b31e5f90d99bcf0bd039e
|
|
| BLAKE2b-256 |
8415b26e348e297c8645570ff491c1662b8b35cafa5f4ff7f22abd376326d16b
|