Skip to content

Commit f208b9b

Browse files
committed
Final pypi publishing job
1 parent 74ed4ae commit f208b9b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44

55
jobs:
66
build-n-publish:
7-
name: Build and public Python distribution to PyPI and TestPyPI
7+
name: Build and Publish Python distribution to PyPI and TestPyPI
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@master

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

7+
## [2.1.2] - 2022-08-10
8+
9+
This version does not make any changes to the library. The project has moved to using Github Actions to publishing the distribution to PyPI. We have made this release to fully test the system and ensure it is functional for future releases.
10+
711
## [2.1.1] - 2022-08-10
812

913
This version contains just one bug fix. Previously if a map or other object in the TMX format contained a [Class property](https://doc.mapeditor.org/en/stable/manual/custom-properties/#custom-types) which was added in Tiled 1.8, then pytiled-parser would crash.

pytiled_parser/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""pytiled_parser version"""
22

3-
__version__ = "2.1.1"
3+
__version__ = "2.1.2"

0 commit comments

Comments
 (0)