We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe648fd commit c20001bCopy full SHA for c20001b
.github/workflows/create-release.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: 'actions/checkout@v5'
13
- name: "Build sourcecode tar.gz"
14
run: |
15
- tar cvfz ciscoconfparse2.tar.gz .
+ tar cvfz /tmp/ciscoconfparse2.tar.gz .
16
- name: "Build wheels with hatch"
17
18
pip install -U hatch
@@ -22,7 +22,7 @@ jobs:
22
if: 'github.ref_type == ''tag'''
23
with:
24
files: |
25
- 'ciscoconfparse2.tar.gz'
+ '/tmp/ciscoconfparse2.tar.gz'
26
'dist/*'
27
env:
28
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
ciscoconfparse2/__about__.py
@@ -1 +1 @@
1
-__version__ = "0.8.30"
+__version__ = "0.8.31"
0 commit comments