Commit 0d46004 1 parent f8d671a commit 0d46004 Copy full SHA for 0d46004
File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
matrix :
18
18
package :
19
+ # As per PEP 503 normalization, these names should all be (a) lower case, and
20
+ # (b) use underscores. See https://github.com/pypa/packaging.python.org/pull/1032
19
21
- " toga"
20
22
- " toga_android"
21
23
- " toga_cocoa"
25
27
- " toga_gtk"
26
28
- " toga_positron"
27
29
- " toga_textual"
28
- - " toga_iOS "
30
+ - " toga_ios "
29
31
- " toga_web"
30
32
- " toga_winforms"
31
33
- " travertino"
41
43
- name : Extract ${{ matrix.package }}
42
44
run : |
43
45
mkdir dist
44
- mv packages/$(echo $ {{ matrix.package }} | sed 's/_/?/') -[0-9]* dist
46
+ mv packages/${{ matrix.package }}-[0-9]* dist
45
47
46
48
- name : Publish to PyPI
47
49
uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change @@ -59,14 +59,16 @@ jobs:
59
59
fail-fast : false
60
60
matrix :
61
61
package :
62
+ # As per PEP 503 normalization, these names should all be (a) lower case, and
63
+ # (b) use underscores. See https://github.com/pypa/packaging.python.org/pull/1032
62
64
- " toga"
63
65
- " toga_android"
64
66
- " toga_cocoa"
65
67
- " toga_core"
66
68
- " toga_demo"
67
69
- " toga_dummy"
68
70
- " toga_gtk"
69
- - " toga_iOS "
71
+ - " toga_ios "
70
72
- " toga_positron"
71
73
- " toga_textual"
72
74
- " toga_web"
83
85
- name : Extract ${{ matrix.package }}
84
86
run : |
85
87
mkdir dist
86
- mv staging_dist/$(echo $ {{ matrix.package }} | sed 's/_/?/') -[0-9]* dist
88
+ mv staging_dist/${{ matrix.package }}-[0-9]* dist
87
89
88
90
- name : Publish to TestPyPI
89
91
uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments