Skip to main content

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
  1. Rebuild your distribution:

    python setup.py sdist bdist_wheel
    
  2. Now, try uploading again:

    twine upload -r testpypi --config-file /Users/taj/.pypirc dist/* --verbose
    
  3. 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)

  4. If you're getting authentication errors, double-check your .pypirc file:

    cat /Users/taj/.pypirc
    

    Ensure it looks like this (with your actual token):

    [testpypi]
    repository = https://test.pypi.org/legacy/
    username = __token__
    password = pypi-YOUR_TESTPYPI_TOKEN_HERE
    
  5. 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
    
  6. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

act_workflow-4.8.107.tar.gz (32.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

act_workflow-4.8.107-py3-none-any.whl (41.1 kB view details)

Uploaded Python 3

File details

Details for the file act_workflow-4.8.107.tar.gz.

File metadata

  • Download URL: act_workflow-4.8.107.tar.gz
  • Upload date:
  • Size: 32.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for act_workflow-4.8.107.tar.gz
Algorithm Hash digest
SHA256 57f2e849ae30eb7864d006036bde12f3882192f82a22ccc0aa344dcfd4b36030
MD5 f122edd3b475f6811cb0ef81820760b6
BLAKE2b-256 7ac46e6a289af63a9023d98a6fe462e0d25d0402d68966a4de2e74f7a496b76e

See more details on using hashes here.

File details

Details for the file act_workflow-4.8.107-py3-none-any.whl.

File metadata

  • Download URL: act_workflow-4.8.107-py3-none-any.whl
  • Upload date:
  • Size: 41.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for act_workflow-4.8.107-py3-none-any.whl
Algorithm Hash digest
SHA256 0243be3cccf1490e9b9433a0725023db616c48974e6885f6f558f71144855eee
MD5 863d0fb632163d569f896733238a90e6
BLAKE2b-256 91501bd7a117186c29ccb07666dd8eaef3ced7da169a230e835bc4caac6188ca

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page