File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : publish
2
2
3
- on : push
3
+ on :
4
+ push :
5
+ tags :
6
+ - ' *'
7
+
4
8
5
9
jobs :
6
10
build-n-publish :
23
27
run : >-
24
28
python -m build --sdist --wheel --outdir dist/ .
25
29
# ======================
26
- - name : Publish distribution 📦 to Test PyPI
27
- uses : pypa/gh-action-pypi-publish@master
28
- with :
29
- user : __token__
30
- password : ${{ secrets.TEST_PYPI_API_TOKEN }}
31
- repository_url : https://test.pypi.org/legacy/
32
30
- name : Publish distribution 📦 to PyPI
33
31
if : startsWith(github.ref, 'refs/tags')
34
32
uses : pypa/gh-action-pypi-publish@master
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] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.1.1 ] - 2022-05-22
9
9
10
10
### Added
11
11
Original file line number Diff line number Diff line change 4
4
5
5
# Unbox AI | Python API Library
6
6
7
- [ ![ PyPI Latest Release] ( https://img.shields.io/pypi/v/unboxapi.svg )] ( https://pypi.org/project/Unbox / )
7
+ [ ![ PyPI Latest Release] ( https://img.shields.io/pypi/v/unboxapi.svg )] ( https://pypi.org/project/unboxapi / )
8
8
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
9
9
[ ![ Imports: isort] ( https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336 )] ( https://pycqa.github.io/isort/ )
10
10
Original file line number Diff line number Diff line change 1
1
# Define the SDK version here so that the interal package can have access to this value.
2
2
# See https://stackoverflow.com/questions/2058802
3
- __version__ = "0.1.0 "
3
+ __version__ = "0.1.1 "
You can’t perform that action at this time.
0 commit comments