deploy-pypi

Securely build and upload Python distributions to PyPI

OTHER License

Stars
15

Bot releases are visible (Hide)

deploy-pypi - deploy-PyPI v2.4.1 stable Latest Release

Published by casperdcl 9 months ago

  • fix ignored registry_domain
deploy-pypi - deploy-PyPI v2.4.0 stable

Published by casperdcl 9 months ago

  • support PyPI trusted publishers (#18)
deploy-pypi - deploy-PyPI v2.3.2 stable

Published by casperdcl over 1 year ago

  • fix legacy build: [bs]dist (#16)
deploy-pypi - deploy-PyPI v2.3.1 stable

Published by casperdcl over 1 year ago

  • fix missing build/check dependencies (#15)
deploy-pypi - deploy-PyPI v2.3.0 stable

Published by casperdcl over 1 year ago

  • support build module & separate old setup.py method (#14)
deploy-pypi - deploy-PyPI v2.2.2 stable

Published by casperdcl almost 2 years ago

  • misc framework updates (#13, #11)
deploy-pypi - deploy-PyPI v2.1.1 stable

Published by casperdcl about 3 years ago

  • minor documentation note on security (#6)
deploy-pypi - deploy-PyPI v2.1.0 stable

Published by casperdcl about 3 years ago

  • add support for custom requirements (#8)
  • output names of files for upload (for convenience in subsequent steps) (#8)
  • update documentation
  • add tests
deploy-pypi - deploy-PyPI v2.1.2 stable

Published by casperdcl about 3 years ago

  • fix minor documentation typo (#6)
deploy-pypi - deploy-PyPI v2.0.0 stable

Published by casperdcl about 3 years ago

  • use much faster native composite action (#7)
  • make build command fully configurable
  • make check optional
  • make upload optional
  • update documentation
  • add basic test
deploy-pypi - deploy-PyPI v1.0.0 alpha

Published by casperdcl about 3 years ago

First release!

deploy-pypi - deploy-PyPI v1.0.1 alpha

Published by casperdcl about 3 years ago

  • update documentation
  • add cached docker deployments
deploy-pypi - deploy-PyPI v2.2.0 stable

Published by casperdcl about 3 years ago

  • allow PEP517 building without setup.py (#10 <- #9)
    • allow auto-determining requirements
  • update documentation
deploy-pypi - deploy-PyPI v1.0.2 alpha

Published by casperdcl about 3 years ago

  • revert cached docker deployments (don't seem to work)
deploy-pypi - deploy-PyPI v1.0.3 beta

Published by casperdcl about 3 years ago

  • add git dependency to support setup(use_scm_version=True)
  • add twine check
deploy-pypi - deploy-PyPI v2.2.1 stable

Published by casperdcl almost 4 years ago

  • install requirements on build or pip