File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,11 @@ jobs:
113113 id-token : write
114114
115115 steps :
116+ - name : Clean dist directory
117+ run : |
118+ set -euo pipefail
119+ rm -rf dist || true
120+
116121 - name : Retrieve release distributions
117122 uses : actions/download-artifact@v4
118123 with :
Original file line number Diff line number Diff line change 11Metadata-Version: 2.4
22Name: PyNetSplit
3- Version: 3.0
4- Summary: NetSplit release 3A
3+ Version: 3.3
4+ Summary: NetSplit release 3D
55Home-page: https://github.com/Omena0/NetSplit
66Author: Unknown
77License: MIT
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <coverage version =" 7.10.5" timestamp =" 1755979625950 " lines-valid =" 195" lines-covered =" 191" line-rate =" 0.9795" branches-covered =" 0" branches-valid =" 0" branch-rate =" 0" complexity =" 0" >
2+ <coverage version =" 7.10.5" timestamp =" 1755979866629 " lines-valid =" 195" lines-covered =" 191" line-rate =" 0.9795" branches-covered =" 0" branches-valid =" 0" branch-rate =" 0" complexity =" 0" >
33 <!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.10.5 -->
44 <!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
55 <sources >
Original file line number Diff line number Diff line change 1818import json
1919import sys
2020
21- VERSION = "3.0 "
22- RELEASE_DISPLAY_NAME = "3A "
21+ VERSION = "3.3 "
22+ RELEASE_DISPLAY_NAME = "3D "
2323
2424# Protocol error payloads sent to clients when the proxy fails early.
2525PROTOCOL_ERRORS : Dict [str , bytes ] = {
Original file line number Diff line number Diff line change 1212else :
1313 version = "0.0.0"
1414
15- display_name = rd [ 1 ] if rd else None
15+ display_name = rd . group ( 1 ) if rd else None
1616
1717setup (
1818 version = version ,
You can’t perform that action at this time.
0 commit comments