Skip to content

Commit

Permalink
Merge pull request #2 from Smlep/feature/bump-version
Browse files Browse the repository at this point in the history
version: bump to 0.0.2
  • Loading branch information
Smlep authored Nov 21, 2020
2 parents 7f749f5 + 7e13723 commit ec5db30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI

on: push
on:
push:
branches:
- master
jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
Expand Down Expand Up @@ -30,6 +33,7 @@ jobs:
with:
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
skip_existing: true
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="smlep_news",
version="0.0.1",
version="0.0.2",
description="Custom news scrapper",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ec5db30

Please sign in to comment.