Skip to content

Commit

Permalink
Fix deploy pipeline credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
interlark committed Feb 9, 2024
1 parent 26241ff commit 948249b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

## [1.2.0] - 08-02-2024
### Добавлено
- Небольшой багфикс схемы ответов сервера
- Поддержка ссылок организаций `https://2gis.ru/<city>/firm/<firm_id>`
- Небольшой багфикс схемы ответов сервера.
- Поддержка ссылок организаций `https://2gis.ru/<city>/firm/<firm_id>`.
- Обновлён список рубрик и городов.

## [1.1.2] - 08-03-2023
Expand Down

0 comments on commit 948249b

Please sign in to comment.