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 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T14:14:35.000Z (about 2 years ago)
- Last Synced: 2025-03-13T06:22:48.203Z (over 1 year ago)
- Topics: actions, packaging, python
- Language: JavaScript
- Homepage:
- Size: 4.66 MB
- Stars: 0
- Watchers: 8
- 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
```