Skip to content

Github action publish not working #78

@ramosv

Description

@ramosv

In the meantime to publish a new release we need to do it manually.

Version package release:

  • rm -rf build/ dist/ *.egg-info
    Update all "1.1.0" to "1.1.0"
  • git status
  • git add .
  • git commit -m "Release v1.1.0"
  • git tag v1.1.0
  • git push

Build and post to pipy

  • python -m build
  • ls -lh dist/
  • twine upload dist/*
  • input API key

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions