Skip to content

Commit

Permalink
prepares release
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Dec 24, 2023
1 parent a442f20 commit ec66c0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upload-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand All @@ -22,6 +25,3 @@ jobs:
hatch build
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}
3 changes: 3 additions & 0 deletions ceurws/wikidatasync.py
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,9 @@ class DblpEndpoint:
DBLP_EVENT_PREFIX = "https://dblp.org/db/"

def __init__(self, endpoint):
"""
constructor
"""
self.sparql = SPARQL(endpoint)
path = os.path.dirname(__file__)
qYamlFile = f"{path}/resources/queries/dblp.yaml"
Expand Down

0 comments on commit ec66c0a

Please sign in to comment.