Commit 551af1f 1 parent 2e62689 commit 551af1f Copy full SHA for 551af1f
File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,9 @@ jobs:
247
247
uses : actions/download-artifact@v2
248
248
with :
249
249
name : dist
250
+ path : dist
251
+ - run : |
252
+ tree
250
253
- name : Login
251
254
run : |
252
255
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Changelog
14
14
15
15
.. towncrier release notes start
16
16
17
- 1.2.0a7 (2021-10-15)
17
+ 1.2.0a8 (2021-10-15)
18
18
====================
19
19
20
20
Features
Original file line number Diff line number Diff line change 5
5
from functools import total_ordering
6
6
from typing import Tuple , Type
7
7
8
- __version__ = "1.2.0a7 "
8
+ __version__ = "1.2.0a8 "
9
9
10
10
__all__ = (
11
11
"FrozenList" , "PyFrozenList"
You can’t perform that action at this time.
0 commit comments