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 11name : publish
22
3- on : push
3+ on :
4+ push :
5+ tags :
6+ - ' *'
7+
48
59jobs :
610 build-n-publish :
2327 run : >-
2428 python -m build --sdist --wheel --outdir dist/ .
2529 # ======================
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/
3230 - name : Publish distribution 📦 to PyPI
3331 if : startsWith(github.ref, 'refs/tags')
3432 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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.1.1 ] - 2022-05-22
99
1010### Added
1111
Original file line number Diff line number Diff line change 44
55# Unbox AI | Python API Library
66
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 / )
88[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
99[ ![ Imports: isort] ( https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336 )] ( https://pycqa.github.io/isort/ )
1010
Original file line number Diff line number Diff line change 11# Define the SDK version here so that the interal package can have access to this value.
22# 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