Skip to content

Commit 7c27f22

Browse files
committed
Change package version
1 parent b94393e commit 7c27f22

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/deploy-job.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
name: built-artifacts
6464
path: dist
6565
- name: Publish package to Test PyPI
66+
if: github.ref == 'refs/heads/main'
6667
uses: pypa/gh-action-pypi-publish@release/v1
6768
with:
6869
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# gods_eye changelog
22

3+
## 1.0.6
4+
- Add pipeline.
5+
Add deploy to PyPI.
6+
Add tests and code check.
7+
38
## 1.0.5
49
- Pylint check code style
510

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = gods_eye
3-
version = 1.0.5
3+
version = 1.0.6
44
author = Pavel Dat
55
author_email = dats.pavel1999@gmail.com
66
description = A set of tools which should be used in Gods Eye

0 commit comments

Comments
 (0)