Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
menckend committed Oct 7, 2024
1 parent 2e4fd7a commit 7b3026d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-commits-to-pypi-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
if: ${{ ! startsWith(github.ref, 'refs/tags/') }} # only publish to test.pypi.org on non-tagged commits
env:
SETUPTOOLS_SCM_PRETEND_VERSION : "0.0.1.17"
SETUPTOOLS_SCM_PRETEND_VERSION : "0.0.1.198"
environment:
name: testpypi
url: https://test.pypi.org/p/dcnodatg
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-release-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
github-release:
if: startsWith(github.ref, 'nevermatch')
environment:
name: pypi
url: https://pypi.org/p/dcnodatg # Replace <package-name> with your PyPI project name
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fallback_version = '0.0.0'
[project]
name = "dcnodatg"
dynamic = ["version"]
description = "Gets run-state details from a Arista switches and build a GNS3 virtual-lab to emulate them."
description = "Gets run-state details from a list of Arista switches and builds a GNS3 virtual-lab to emulate them."
dependencies = [
'pyeapi',
'docker',
Expand Down

0 comments on commit 7b3026d

Please sign in to comment.