Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/inmar/actions-dpn-python-version-check
- Owner: inmar
- License: mit
- Created: 2019-11-19T10:00:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T07:04:29.000Z (8 months ago)
- Last Synced: 2024-04-07T08:22:19.348Z (8 months ago)
- Topics: actions, packaging, python
- Language: JavaScript
- Homepage:
- Size: 4.66 MB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```