Skip to content

Commit 63e67f2

Browse files
committed
oops
1 parent 2cf7395 commit 63e67f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
repo-token: "${{ secrets.MY_TOKEN }}"
136136
- name: Publish
137137
uses: pypa/gh-action-pypi-publish@release/v1
138+
if: ${{ env.NEW_TAG != 'NO_NEW_TAG' }}
138139
with:
139140
password: ${{ secrets.PYPI_TOKEN }}
140141
repository-url: ${{ vars.PYPI_INDEX || 'https://upload.pypi.org/legacy/' }}

Sources/Fault/Entries/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Foundation
2121
import PythonKit
2222
import Yams
2323

24-
let VERSION = "0.9.0.dev1"
24+
let VERSION = "0.9.0.dev2"
2525

2626
var env = ProcessInfo.processInfo.environment
2727
let iverilogBase = env["FAULT_IVL_BASE"] ?? "/usr/local/lib/ivl"

0 commit comments

Comments
 (0)