Skip to content

Commit

Permalink
Remove broken release action (#239)
Browse files Browse the repository at this point in the history
* Remove broken release action

* Remove automatic releease creation from docs
  • Loading branch information
clelange authored Nov 15, 2023
1 parent 8dcf6a1 commit a58dcae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 162 deletions.
152 changes: 0 additions & 152 deletions .github/workflows/release.yml

This file was deleted.

10 changes: 0 additions & 10 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,3 @@ You should then find the new version at `this location`_. You need to be a maint
.. _PyPI test server: https://test.pypi.org/project/hepdata_lib/
.. _this location: https://pypi.org/project/hepdata_lib/
.. _python packaging documentation: https://packaging.python.org/tutorials/packaging-projects/

Creating a new release automatically via an issue
-------------------------------------------------

Opening an new issue automatically creates a new release if:

- The title of the issue starts with the word "release" (not case-sensitive).
- The body of the issue contains only one of the following words: "patch", "minor" or "major".

Remember to set the following github secrets: "test_pypi_password" , "pypi_password" and your personal access token to "access_token". This also uses the API token feature of PyPI.

0 comments on commit a58dcae

Please sign in to comment.