Skip to content

Commit fc266a0

Browse files
author
nbasili
committed
Fix releasing to Pypi, readme updates
1 parent f6744fc commit fc266a0

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
push:
77
branches:
88
- master
9+
tags:
10+
- "[0-9]*.[0-9]*.*[0-9]"
911

1012
jobs:
1113
quality-checks:
@@ -49,4 +51,4 @@ jobs:
4951
uses: pypa/gh-action-pypi-publish@master
5052
with:
5153
user: __token__
52-
password: ${{secrets.PYPI_API_TOKEN}}
54+
password: ${{secrets.pypi_api_token}}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
![Test suite](https://github.com/transifex/transifex-python/workflows/Test%20suite/badge.svg?branch=master)
12
[![codecov](https://codecov.io/gh/transifex/transifex-python/branch/master/graph/badge.svg)](https://codecov.io/gh/transifex/transifex-python)
23

34
# Transifex Python Toolkit

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ deploy the latest changes from `devel`, you need to run:
99
```sh
1010
git checkout master
1111
git merge --ff-only devel
12+
git push origin master
1213
git tag <next-version>
1314
git push origin <next-version>
1415
```

0 commit comments

Comments
 (0)