We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf7395 commit 63e67f2Copy full SHA for 63e67f2
.github/workflows/wheels.yml
@@ -135,6 +135,7 @@ jobs:
135
repo-token: "${{ secrets.MY_TOKEN }}"
136
- name: Publish
137
uses: pypa/gh-action-pypi-publish@release/v1
138
+ if: ${{ env.NEW_TAG != 'NO_NEW_TAG' }}
139
with:
140
password: ${{ secrets.PYPI_TOKEN }}
141
repository-url: ${{ vars.PYPI_INDEX || 'https://upload.pypi.org/legacy/' }}
Sources/Fault/Entries/main.swift
@@ -21,7 +21,7 @@ import Foundation
21
import PythonKit
22
import Yams
23
24
-let VERSION = "0.9.0.dev1"
+let VERSION = "0.9.0.dev2"
25
26
var env = ProcessInfo.processInfo.environment
27
let iverilogBase = env["FAULT_IVL_BASE"] ?? "/usr/local/lib/ivl"
0 commit comments