Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
rebirth
Browse files Browse the repository at this point in the history
  • Loading branch information
mencken-d committed Jan 13, 2025
1 parent 411b3fd commit 7acd4de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
if: contains(github.ref, '/tags/') && contains(github.event.base_ref, 'main')
environment:
name: pypi
url: https://pypi.org/p/dcnodatg # Replace <package-name> with your PyPI project name
url: https://pypi.org/p/ptovnetlab # Replace <package-name> with your PyPI project name
name: Build distribution
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/dcnodatg # Replace <package-name> with your PyPI project name
url: https://pypi.org/p/ptovnet # Replace <package-name> with your PyPI project name
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
Expand All @@ -53,7 +53,7 @@ jobs:
if: contains(github.ref, '/tags/') && contains(github.event.base_ref, 'main')
environment:
name: pypi
url: https://pypi.org/p/dcnodatg # Replace <package-name> with your PyPI project name
url: https://pypi.org/p/ptovnetlab # Replace <package-name> with your PyPI project name
name: >-
Sign the Python distribution with Sigstore
and upload them to GitHub Release
Expand Down
2 changes: 1 addition & 1 deletion ptovnetlab/ptovnetlab.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""vnlOnDemand module/script
"""ptovnetlab module/script
Entry-point module for package. Gathers and parses run-state details
from a list of Arista network switches. Then creates a GNS3 virtual-
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version_file = "ptovnetlab/_version.py"


[project]
name = "dcnodatg"
name = "ptovnetlab"
dynamic = ["version"]
description = "Gets run-state details from a list of Arista switches and builds a GNS3 virtual-lab to emulate them."
dependencies = [
Expand Down

0 comments on commit 7acd4de

Please sign in to comment.