Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inmar/actions-dpn-python-version-check

Checks for version conflicts with existing packages
https://github.com/inmar/actions-dpn-python-version-check

actions packaging python

Last synced: about 4 hours ago
JSON representation

Checks for version conflicts with existing packages

Awesome Lists containing this project

README

        

```yaml
uses: bobbyrward/actions-dpn-python-version-check@master
with:
pypi_hostname: ${secrets.blah_hostname}
pypi_username: ${secrets.blah_username}
pypi_password: ${secrets.blah_password}
package_name: my_python_package_name
version: 1.2.15
```