Skip to content

Commit 22dbdf6

Browse files
authored
Merge pull request #150 from fossology/chore/new-patch-release
2 parents 15fa6f4 + dcc000d commit 22dbdf6

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.github/workflows/semantic-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
git_committer_name: "github-actions"
4343
git_committer_email: "[email protected]"
4444

45-
- name: Debug | Show current directory
46-
run:
47-
ls -la
48-
4945
- name: Publish | Upload package to PyPI
5046
uses: pypa/gh-action-pypi-publish@release/v1
5147
if: steps.release.outputs.released == 'true'

README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Build
227227
rm -r dist/ docs/
228228
229229
Tag
230-
----
230+
---
231231
232232
Each new release gets a new tag with important information about the changes added to the new release:
233233
@@ -238,6 +238,14 @@ Each new release gets a new tag with important information about the changes add
238238
239239
Add required information in the corresponding `release in the Github project <https://github.com/fossology/fossology-python/releases>`_.
240240
241+
Publish
242+
-------
243+
244+
Publish the newest release to PyPi (visit https://pypi.org/manage/account/#api-tokens to get the token):
245+
246+
.. code:: shell
247+
248+
poetry publish --build --username __token__ --password $PYPI_TOKEN
241249
242250
Test
243251
----

docs-source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
copyright = "2021, Siemens AG"
2323

2424
# The full version, including major/minor/patch tags
25-
release = "3.2.1"
25+
release = "3.3.1"
2626

2727

2828
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fossology"
3-
version = "3.2.1"
3+
version = "3.3.1"
44
description = "A library to automate Fossology from Python scripts"
55
authors = ["Marion Deveaud <[email protected]>"]
66
license = "MIT License"

0 commit comments

Comments
 (0)