Skip to content

Commit f0b6fc8

Browse files
authored
Merge pull request #158 from uiuc-focal-lab/shubhamugare-patch-1
Update publish_to_pypi
2 parents 2ecce30 + f7a2630 commit f0b6fc8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
1616
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
17-
exclude:
18-
# Add any exclusions if certain OS/Python combinations are problematic
19-
# - os: macos-latest
20-
# python-version: '3.12'
2117

2218
steps:
2319
- uses: actions/checkout@v4
@@ -106,4 +102,4 @@ jobs:
106102
with:
107103
packages-dir: flat_dist
108104
verbose: true
109-
# skip-existing: true # Uncomment if you want to skip existing versions
105+
# skip-existing: true # Uncomment if you want to skip existing versions

0 commit comments

Comments
 (0)