Skip to content

Commit 63083b3

Browse files
authored
use the correct name, not a deprecated alias
1 parent 9b899da commit 63083b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
with:
136136
user: __token__
137137
password: ${{ secrets.SAGEMATH_PYPI_API_TOKEN }}
138-
packages_dir: wheelhouse/
138+
packages-dir: wheelhouse/
139139
skip_existing: true
140140
verbose: true
141141
if: env.CAN_DEPLOY == 'true'

0 commit comments

Comments
 (0)