File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
- name : publish package
43
43
44
44
with :
45
- user : bucketman
45
+ user : __token__
46
46
password : ${{ secrets.PYPI_API_TOKEN }}
47
47
- name : create Release
48
48
uses : actions/create-release@v1
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ v0.2.0 ] - 2021-12-01
9
9
10
10
### Added
11
11
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
- prevent crash on reload in certain scenarios
18
18
- exit gracefully when S3 bucket can't be accessed
19
19
20
- ## [ 0 .1.0] - 2021-11-28
20
+ ## [ v0 .1.0] - 2021-11-28
21
21
22
22
### Added
23
23
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'bucketman' ,
10
- version = '0.1 .0' ,
10
+ version = '0.2 .0' ,
11
11
description = 'A terminal application for working with S3 buckets.' ,
12
12
long_description = long_description ,
13
13
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments