chipfoundry-cli 1.2.5__tar.gz → 1.2.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: chipfoundry-cli
3
- Version: 1.2.5
3
+ Version: 1.2.6
4
4
  Summary: CLI tool to automate ChipFoundry project submission to SFTP server
5
5
  Home-page: https://chipfoundry.io
6
6
  License: Apache-2.0
@@ -2156,7 +2156,6 @@ def harden(macro, project_root, list_designs, tag, pdk, use_nix, use_docker, dry
2156
2156
 
2157
2157
  # Add --docker-no-tty if not running in a TTY (e.g., CI environments)
2158
2158
  try:
2159
- import sys
2160
2159
  if not sys.stdin.isatty():
2161
2160
  cmd.append('--docker-no-tty')
2162
2161
  except:
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "chipfoundry-cli"
3
- version = "1.2.5"
3
+ version = "1.2.6"
4
4
  description = "CLI tool to automate ChipFoundry project submission to SFTP server"
5
5
  authors = ["ChipFoundry <marwan.abbas@chipfoundry.io>"]
6
6
  readme = "README.md"
File without changes